﻿2026-06-04T01:26:32.3857327Z ##[group]Run actions/checkout@v4
2026-06-04T01:26:32.3858313Z with:
2026-06-04T01:26:32.3858833Z   repository: SaberMage/spt-core
2026-06-04T01:26:32.3864914Z   token: ***
2026-06-04T01:26:32.3865436Z   ssh-strict: true
2026-06-04T01:26:32.3865960Z   ssh-user: git
2026-06-04T01:26:32.3866490Z   persist-credentials: true
2026-06-04T01:26:32.3867106Z   clean: true
2026-06-04T01:26:32.3867620Z   sparse-checkout-cone-mode: true
2026-06-04T01:26:32.3868239Z   fetch-depth: 1
2026-06-04T01:26:32.3868750Z   fetch-tags: false
2026-06-04T01:26:32.3869306Z   show-progress: true
2026-06-04T01:26:32.3869825Z   lfs: false
2026-06-04T01:26:32.3870383Z   submodules: false
2026-06-04T01:26:32.3870926Z   set-safe-directory: true
2026-06-04T01:26:32.3871638Z ##[endgroup]
2026-06-04T01:26:32.5940578Z Syncing repository: SaberMage/spt-core
2026-06-04T01:26:32.5942193Z ##[group]Getting Git version info
2026-06-04T01:26:32.5943010Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-04T01:26:32.6257732Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-04T01:26:32.6473819Z git version 2.43.0.windows.1
2026-06-04T01:26:32.6507476Z ##[endgroup]
2026-06-04T01:26:32.6516261Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\a268f41d-c1ee-47ad-ac5e-7c163c9d308e\.gitconfig'
2026-06-04T01:26:32.6530909Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\a268f41d-c1ee-47ad-ac5e-7c163c9d308e' before making global git config changes
2026-06-04T01:26:32.6532482Z Adding repository directory to the temporary git global config as a safe directory
2026-06-04T01:26:32.6537496Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-04T01:26:32.6782840Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-04T01:26:32.6971403Z https://github.com/SaberMage/spt-core
2026-06-04T01:26:32.7002360Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-04T01:26:32.7008088Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-04T01:26:32.7206823Z refs/heads/dev-freeform
2026-06-04T01:26:32.7236445Z [command]"c:\program files\git\cmd\git.exe" checkout --detach
2026-06-04T01:26:32.7495435Z HEAD is now at 05f08bc ci: self-hosted runner owns its rust toolchain; fix runner PATH
2026-06-04T01:26:32.7984594Z ##[endgroup]
2026-06-04T01:26:32.7990838Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-04T01:26:33.1730153Z ##[group]Cleaning the repository
2026-06-04T01:26:33.1735762Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-04T01:26:35.2073101Z Removing target/
2026-06-04T01:26:35.2110594Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-04T01:26:35.2421959Z HEAD is now at 05f08bc ci: self-hosted runner owns its rust toolchain; fix runner PATH
2026-06-04T01:26:35.2449854Z ##[endgroup]
2026-06-04T01:26:35.2454094Z ##[group]Disabling automatic garbage collection
2026-06-04T01:26:35.2460502Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-04T01:26:35.2705860Z ##[endgroup]
2026-06-04T01:26:35.2706467Z ##[group]Setting up auth
2026-06-04T01:26:35.2713054Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-04T01:26:35.2955196Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-04T01:26:35.6590689Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-04T01:26:35.6837976Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-04T01:26:36.0525094Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-04T01:26:36.0753665Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-04T01:26:36.4440586Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-04T01:26:36.4764218Z ##[endgroup]
2026-06-04T01:26:36.4764739Z ##[group]Fetching the repository
2026-06-04T01:26:36.4775764Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +02c4ff7fe5fe0dbfd18e2d1311a61f816e635ad3:refs/remotes/origin/dev-freeform
2026-06-04T01:26:37.4163828Z From https://github.com/SaberMage/spt-core
2026-06-04T01:26:37.4164352Z  + 05f08bc...02c4ff7 02c4ff7fe5fe0dbfd18e2d1311a61f816e635ad3 -> origin/dev-freeform  (forced update)
2026-06-04T01:26:37.4285463Z ##[endgroup]
2026-06-04T01:26:37.4285918Z ##[group]Determining the checkout info
2026-06-04T01:26:37.4287251Z ##[endgroup]
2026-06-04T01:26:37.4294316Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-04T01:26:37.4564112Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-04T01:26:37.4794580Z ##[group]Checking out the ref
2026-06-04T01:26:37.4800718Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-04T01:26:37.5174053Z branch 'dev-freeform' set up to track 'origin/dev-freeform'.
2026-06-04T01:26:37.5174572Z Your branch is up to date with 'origin/dev-freeform'.
2026-06-04T01:26:37.5175044Z Previous HEAD position was 05f08bc ci: self-hosted runner owns its rust toolchain; fix runner PATH
2026-06-04T01:26:37.5175460Z Switched to and reset branch 'dev-freeform'
2026-06-04T01:26:37.5205673Z ##[endgroup]
2026-06-04T01:26:37.5460512Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-04T01:26:37.5665045Z 02c4ff7fe5fe0dbfd18e2d1311a61f816e635ad3
